xenpm: remove wrong and pointless "current" indicator
authorKeir Fraser <keir.fraser@citrix.com>
Fri, 7 May 2010 08:50:17 +0000 (09:50 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Fri, 7 May 2010 08:50:17 +0000 (09:50 +0100)
commite926e7d1a94d3d3bb61af5793b2d0654a908f21a
treeb119d4d24fc22b63dd35db756ae405ee2e9c6410
parent40af606c02e8caaa824213a7eb2232c6b166dc88
xenpm: remove wrong and pointless "current" indicator

Using the CPU number to compare with an index into an array containing
only a subset of CPUs isn't valid. And indicator isn't necessary here
at all since the CPU number being dealt with gets printed right before
this line.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
tools/misc/xenpm.c